/* Class Comparison Table */
.class-comparison {
    width: 100%;
    border-collapse: collapse;
    margin: 2.5rem 0 2.5rem 0;
    background: #232323;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 16px #e5c76a11;
}
.class-comparison th, .class-comparison td {
    padding: 1.1rem 1.2rem;
    text-align: center;
    font-size: 1.08rem;
}
.class-comparison th {
    background: #181818;
    color: #e5c76a;
    font-size: 1.13rem;
    font-weight: 900;
    letter-spacing: 1px;
    border-bottom: 2px solid #bfa13e44;
}
.class-comparison td {
    color: #fffbe6;
    border-bottom: 1px solid #bfa13e22;
}
.class-comparison tr:last-child td {
    border-bottom: none;
}
.class-comparison tr:hover td {
    background: #28251a44;
    transition: background 0.18s;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100vw;
    box-sizing: border-box;
}
main.container {
    flex: 1 0 auto;
    width: 100%;
    box-sizing: border-box;
}
footer {
    flex-shrink: 0;
    margin-top: 0 !important;
}
header {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Header/Nav */

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(24,24,24,0.92);
    padding: 0.4rem 2rem 0.4rem 2rem;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 2px 12px #e5c76a0a;
    margin-bottom: 0.7rem;
    position: sticky;
    top: 0;
    z-index: 10;
}

header {
    margin-top: 0;
    padding-top: 0;
}

body {
    /* Remove vertical centering from old coming soon page */
    display: block;
    align-items: unset;
    justify-content: unset;
}
.nav-left {
    display: flex;
    align-items: center;
}
.nav-title {
    font-size: 1.18rem;
    font-weight: 900;
    color: #e5c76a;
    letter-spacing: 1px;
}
.nav-links {
    display: flex;
    gap: 1.2rem;
}
.nav-link {
    color: #fffbe6;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: color 0.18s;
    padding: 0.2rem 0.1rem;
}
.nav-link:hover {
    color: #e5c76a;
}

.hero-content {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
    text-align: center;
}

.hero-content {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Scroll down indicator */
.scroll-down {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
}
.scroll-down span {
    display: block;
    width: 28px;
    height: 44px;
    border: 2px solid #e5c76a;
    border-radius: 16px;
    position: relative;
}
.scroll-down span:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #e5c76a;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    animation: scrollDot 1.3s infinite cubic-bezier(.23,1.01,.32,1);
}
@keyframes scrollDot {
    0% { top: 10px; opacity: 1; }
    60% { top: 24px; opacity: 1; }
    100% { top: 34px; opacity: 0; }
}

/* Fade-in animation for class cards */
.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s cubic-bezier(.23,1.01,.32,1), transform 0.7s cubic-bezier(.23,1.01,.32,1);
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Footer */
footer {
    width: 100%;
    background: #181818;
    color: #e5c76a;
    padding: 2.2rem 0 1.2rem 0;
    margin-top: 3rem;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -2px 24px #e5c76a11;
}
.footer-content {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}
.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.footer-logo {
    height: 38px;
    width: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px #e5c76a22;
}
.footer-title {
    font-size: 1.18rem;
    font-weight: 800;
    color: #e5c76a;
}
.footer-links {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-links a {
    color: #fffbe6;
    text-decoration: none;
    font-size: 1.05rem;
    transition: color 0.18s;
}
.footer-links a:hover {
    color: #e5c76a;
}
.footer-copy {
    font-size: 0.98rem;
    color: #bfa13e;
    margin-top: 0.5rem;
}
body {
    background: linear-gradient(120deg, #181818 0%, #232323 100%);
    color: #e5c76a;
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

header {
    width: 100%;
    text-align: center;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}

.logo {
    max-width: 320px;
    width: 80%;
    margin-bottom: 1.2rem;
    filter: drop-shadow(0 4px 32px #e5c76a22);
    border-radius: 12px;
}

.hero-title {
    font-size: 2.7rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: #e5c76a;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 16px #bfa13e44;
}

.hero-desc {
    font-size: 1.25rem;
    color: #fffbe6;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 4px 32px rgba(229,199,106,0.08);
    padding: 2.5rem 2rem 0.5rem 2rem;
    background: rgba(24,24,24,0.95);
    border-radius: 18px;
}

.shop h2 {
    color: #e5c76a;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1.5rem;
}

.classes {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.class-card {
    background: #232323;
    border-radius: 14px;
    box-shadow: 0 2px 16px #e5c76a11;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    min-width: 210px;
    max-width: 240px;
    flex: 1 1 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
    transition: transform 0.18s, box-shadow 0.18s;
}
.class-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 8px 32px #e5c76a33;
}
.class-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #e5c76a;
    letter-spacing: 1px;
}
.class-desc {
    color: #fffbe6;
    font-size: 0.98rem;
    margin-bottom: 1.1rem;
    text-align: center;
}
.price {
    font-size: 1.15rem;
    font-weight: 700;
    color: #bfa13e;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.3em;
}
.buy-btn {
    background: linear-gradient(90deg, #e5c76a 0%, #bfa13e 100%);
    color: #181818;
    border: none;
    border-radius: 8px;
    font-weight: 800;
    font-size: 1.08rem;
    padding: 0.7rem 1.5rem;
    margin-top: 0.5rem;
    cursor: pointer;
    box-shadow: 0 2px 8px #e5c76a22;
    transition: background 0.18s, color 0.18s, transform 0.18s;
}
.buy-btn:hover {
    background: linear-gradient(90deg, #bfa13e 0%, #e5c76a 100%);
    color: #232323;
    transform: translateY(-2px) scale(1.04);
}

/* Animated background particles */
.particle {
    position: absolute;
    border-radius: 50%;
    background: #e5c76a44;
    opacity: 0.5;
    pointer-events: none;
    animation: floatParticle 8s linear infinite;
    z-index: 0;
}
@keyframes floatParticle {
    0% { transform: translateY(0) scale(1); opacity: 0.5; }
    50% { opacity: 1; }
    100% { transform: translateY(-100vh) scale(1.2); opacity: 0; }
}
/* Policy/Terms buttons */
.policy-btn {
    display: inline-block;
    background: #e5c76a;
    color: #181818;
    font-weight: 800;
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    border: none;
    border-radius: 8px;
    padding: 0.85rem 1.7rem;
    font-size: 1.08rem;
    margin: 0 0.2rem;
    text-decoration: none;
    box-shadow: 0 2px 12px #e5c76a33;
    transition: background 0.18s, color 0.18s, transform 0.18s;
    cursor: pointer;
}
.policy-btn:hover {
    background: #bfa13e;
    color: #fffbe6;
    transform: translateY(-2px) scale(1.04);
}
/* Sticky navigation bar */
.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #181818;
    border-bottom: 2px solid #e5c76a33;
    padding: 0.7rem 0 0.7rem 0;
    box-shadow: 0 2px 8px #e5c76a11;
}
.nav-tab {
    color: #e5c76a;
    text-decoration: none;
    margin: 0 1.2rem;
    font-weight: 600;
    font-size: 1.08rem;
    letter-spacing: 0.5px;
    transition: color 0.2s, border-bottom 0.2s;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.2rem;
    cursor: pointer;
}
.nav-tab.active {
    color: #fffbe6;
    border-bottom: 2px solid #e5c76a;
}
.tab-section {
    display: none;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s, transform 0.5s;
}
.tab-section.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 0.7s;
}
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: linear-gradient(120deg, #181818 0%, #232323 100%);
    margin: 0;
    color: #e5c76a;
}
header {
    background: #111111;
    color: #e5c76a;
    padding: 2.5rem 0 1.5rem 0;
    text-align: center;
    border-bottom: 2px solid #e5c76a33;
    position: relative;
}
.logo {
    max-width: 340px;
    width: 80%;
    margin-bottom: 0.5rem;
}
.hero {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both;
}
.hero h1 {
    font-size: 2.5rem;
    margin: 0 0 0.5rem 0;
    color: #e5c76a;
    letter-spacing: 1px;
}
.hero-desc {
    font-size: 1.25rem;
    color: #fffbe6;
    margin-bottom: 1.2rem;
}
.cta-btn {
    background: linear-gradient(90deg, #e5c76a 60%, #bfa13e 100%);
    color: #181818;
    border: none;
    border-radius: 6px;
    padding: 0.8rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 8px #e5c76a22;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.cta-btn:hover {
    background: #fffbe6;
    color: #bfa13e;
}
nav {
    margin: 1.5rem 0 1rem 0;
    text-align: center;
}
nav a {
    color: #e5c76a;
    text-decoration: none;
    margin: 0 1.2rem;
    font-weight: 600;
    font-size: 1.08rem;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}
nav a:hover {
    color: #fffbe6;
}
.container {
    max-width: 900px;
    margin: 2.5rem auto;
    background: #181818;
    border-radius: 16px;
    box-shadow: 0 4px 32px rgba(229,199,106,0.08);
    padding: 2.5rem 2rem;
    border: 1.5px solid #e5c76a33;
}
h2, h3 {
    color: #e5c76a;
}
.miles-currency {
    background: #232323;
    border-radius: 12px;
    box-shadow: 0 2px 12px #e5c76a11;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    margin-bottom: 2.5rem;
    text-align: center;
}
.miles-balance-box {
    margin: 1.2rem 0 1.5rem 0;
    font-size: 1.2rem;
    color: #fffbe6;
}
.miles-label {
    font-weight: 600;
    margin-right: 0.5rem;
}
.miles-balance {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e5c76a;
}
.miles-upgrade {
    margin-top: 1.5rem;
}
.miles-upgrade-btn {
    background: linear-gradient(90deg, #e5c76a 60%, #bfa13e 100%);
    color: #181818;
    border: none;
    border-radius: 6px;
    padding: 0.7rem 1.2rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    margin: 0 0.7rem 0.7rem 0;
    box-shadow: 0 1px 4px #e5c76a22;
    transition: background 0.2s, color 0.2s;
}
.miles-upgrade-btn:hover {
    background: #fffbe6;
    color: #bfa13e;
}
.testimonials {
    margin-bottom: 2.5rem;
    text-align: center;
}
.testimonial-carousel {
    position: relative;
    min-height: 90px;
}
.testimonial {
    display: none;
    font-size: 1.1rem;
    color: #fffbe6;
    background: #232323;
    border-radius: 8px;
    padding: 1.2rem 1rem 0.7rem 1rem;
    margin: 0 auto 0.5rem auto;
    max-width: 500px;
    box-shadow: 0 2px 8px #e5c76a11;
    transition: opacity 0.4s;
}
.testimonial.active {
    display: block;
    opacity: 1;
}
.testimonial span {
    display: block;
    margin-top: 0.7rem;
    color: #e5c76a;
    font-size: 0.98rem;
}
.carousel-controls button {
    background: #e5c76a;
    color: #181818;
    border: none;
    border-radius: 50%;
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.2rem;
    margin: 0 0.5rem;
    cursor: pointer;
    transition: background 0.2s;
}
.carousel-controls button:hover {
    background: #fffbe6;
}
.faq {
    margin-bottom: 2.5rem;
}
.faq-item {
    margin-bottom: 1rem;
}
.faq-question {
    background: #232323;
    color: #e5c76a;
    border: none;
    border-radius: 6px;
    padding: 0.8rem 1.2rem;
    font-size: 1.05rem;
    font-weight: 600;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s;
}
.faq-question.open, .faq-question:hover {
    background: #bfa13e;
    color: #181818;
}
.faq-answer {
    display: none;
    background: #181818;
    color: #fffbe6;
    border-radius: 0 0 6px 6px;
    padding: 0.8rem 1.2rem;
    margin-top: -0.2rem;
    border-left: 2px solid #e5c76a44;
    border-right: 2px solid #e5c76a44;
    border-bottom: 2px solid #e5c76a44;
}
.shop {
    margin-top: 2.5rem;
}
.classes {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
.class-card {
    background: #232323;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(229,199,106,0.07);
    padding: 1.7rem 1.2rem;
    width: 220px;
    text-align: center;
    border: 1.5px solid #e5c76a44;
}
.class-card h3 {
    margin-top: 0;
    font-size: 1.3rem;
}
.price {
    font-size: 1.15rem;
    color: #e5c76a;
    margin: 0.5rem 0 1rem 0;
}
.buy-btn {
    background: linear-gradient(90deg, #e5c76a 60%, #bfa13e 100%);
    color: #181818;
    border: none;
    border-radius: 6px;
    padding: 0.7rem 1.2rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 1px 4px #e5c76a22;
}
.buy-btn:hover {
    background: #fffbe6;
    color: #bfa13e;
}
.buy-btn[disabled] {
    background: #444;
    color: #aaa;
    cursor: not-allowed;
}
section {
    margin-bottom: 2.5rem;
}
footer {
    background: #111111;
    color: #e5c76a;
    text-align: center;
    padding: 2rem 0 1rem 0;
    margin-top: 2.5rem;
    border-top: 2px solid #e5c76a33;
}
.footer-social {
    margin-bottom: 1rem;
}
.social-icon {
    font-size: 1.7rem;
    margin: 0 0.7rem;
    color: #e5c76a;
    text-decoration: none;
    transition: color 0.2s;
}
.social-icon:hover {
    color: #fffbe6;
}
.footer-info {
    font-size: 1rem;
    color: #e5c76a;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
